FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.basisprofil.onkologie#1.0.0-ballot (62 ms)

Package de.basisprofil.onkologie
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.basisprofil.onkologie@1.0.0-ballot&canonical=http://fhir.de/onkologie/StructureDefinition/histopathologisches-grading-who
Url http://fhir.de/onkologie/StructureDefinition/histopathologisches-grading-who
Version 1.0.0-ballot
Status active
Name SD_Histopathologisches_Grading_WHO
Title Observation-Profil Histopathologisches Tumor Grading WHO
Experimental False
Description Observation-Profil für die Beschreibung des Tumor Gradings nach dem vierstufigen Schema basierend auf WHO und UICC.
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
http://fhir.de/onkologie/ValueSet/histopathologisches-grading-snomed ValueSet Histopathologisches Grading SNOMED


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "histopathologisches-grading-who",
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString" : "Clinical.Diagnostics"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode" : "patient"
    }
  ],
  "url" : "http://fhir.de/onkologie/StructureDefinition/histopathologisches-grading-who",
  "version" : "1.0.0-ballot",
  "name" : "SD_Histopathologisches_Grading_WHO",
  "title" : "Observation-Profil Histopathologisches Tumor Grading WHO",
  "status" : "active",
  "description" : "Observation-Profil für die Beschreibung des Tumor Gradings nach dem vierstufigen Schema basierend auf WHO und UICC.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "sct-concept",
      "uri" : "http://snomed.info/conceptdomain",
      "name" : "SNOMED CT Concept Domain Binding"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "sct-attr",
      "uri" : "http://snomed.org/attributebinding",
      "name" : "SNOMED CT Attribute Binding"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.category",
        "path" : "Observation.category",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.category:laboratory",
        "path" : "Observation.category",
        "sliceName" : "laboratory",
        "min" : 1,
        "max" : "*",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "laboratory",
              "system" : "http://terminology.hl7.org/CodeSystem/observation-category"
            }
          ]
        }
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.code.coding:loinc",
        "path" : "Observation.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "*",
        "patternCoding" : {
          "code" : "33732-9",
          "system" : "http://loinc.org"
        }
      },
      {
        "id" : "Observation.code.coding:loinc.system",
        "path" : "Observation.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.code.coding:loinc.code",
        "path" : "Observation.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.code.coding:snomed",
        "path" : "Observation.code.coding",
        "sliceName" : "snomed",
        "min" : 0,
        "max" : "*",
        "patternCoding" : {
          "code" : "371469007",
          "system" : "http://snomed.info/sct"
        }
      },
      {
        "id" : "Observation.code.coding:snomed.system",
        "path" : "Observation.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.code.coding:snomed.code",
        "path" : "Observation.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ]
      },
      {
        "id" : "Observation.valueCodeableConcept",
        "path" : "Observation.valueCodeableConcept",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Observation.valueCodeableConcept.coding",
        "path" : "Observation.valueCodeableConcept.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.valueCodeableConcept.coding:histologicGradeSnomed",
        "path" : "Observation.valueCodeableConcept.coding",
        "sliceName" : "histologicGradeSnomed",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://snomed.info/sct"
        },
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://fhir.de/onkologie/ValueSet/histopathologisches-grading-snomed"
        }
      },
      {
        "id" : "Observation.valueCodeableConcept.coding:histologicGradeSnomed.system",
        "path" : "Observation.valueCodeableConcept.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.valueCodeableConcept.coding:histologicGradeSnomed.code",
        "path" : "Observation.valueCodeableConcept.coding.code",
        "min" : 1
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.